/* --- Styling Active Page --- */

@media (min-width: 768px) {
    .navbar-color .nav-faq {
        border-bottom: 2px solid #47bbe4 !important;
    }
}
body {
    padding-top: 80px;
}
h2 {
    margin-top: 0px;
}
.anchor-list {
    padding-top: 15px;
    padding-left: 15px;
    padding-bottom: 15px;
    padding-right: 15px;
    border: 1px solid #eeeeee;
    border-radius: 3px;
}
.anchor-list h4 {
    margin-top: 0px;
}
.button-lp-register {
    width: 100%;
    text-align: left;
    position: relative;
    padding-left: 60px;
}
.register-android:before {
    content: '\f17b';
    font-family: 'FontAwesome';
    position: absolute;
    font-size: 24px;
    left: 30px;
}
.register-webapp:before {
    content: '\f0ac';
    font-family: 'FontAwesome';
    position: absolute;
    font-size: 24px;
    left: 30px;
}
.benefits-list li {
    position: relative;
    padding-left: 30px;
}
.benefits-list li:before {
    content: '\f046';
    font-family: 'FontAwesome';
    position: absolute;
    left: 0px;
    top: 3px;
    font-size: 18px;
}

.landing-intro{
  padding: 0px;
}
.landing-intro{
    background-size: cover;
    background-position: center center;
    background-image: url(../image/bg.jpg);
}
.landing-intro h3,
.landing-intro p{
  color: #ffffff;
}
.landing-intro .intro-inner{
  background: rgba(0, 0, 0, 0.5);
}
.intro-details{
  display: block;
  text-align: center;
}

.intro-details h3{
	font-weight: 700;
}

.tbl-center {
	margin-left:auto;
	margin-right:auto;
}
.desc-vid{
	max-width: 250px;
}

/* Faqs list points */
.section-faqs ul,
.section-faqs ol {
    padding-left: 14px;
}
.section-faqs ul li {
    list-style: disc outside;
}


.faq-content-table {
    width: 100%;
    border: 1px solid;
}

.faq-content-table td {
    border: 1px solid;
    padding: 5px;
}

.ol-lf {
    margin-left: 30px;
}

img.qris {
    width: 70px;
    margin-right: 5px;
}

.line-faq {
    width: 100%;
    display: block;
    border-top: 1px solid #ddd;
    margin-bottom: 32px;
    margin-top: -15px;
}

.title-undian {
    color: #404448;
    font-size: 14px;
    margin-bottom: 20px;
    text-align: center;
    font-weight: 400;
}

.wrp-img-footer {
    margin-top: 20px;
    margin-bottom: 50px;
}

.kredimall {
    width: 30px;
    margin-right: 10px;
}

p.study-faq {
    font-size: 11px;
    margin-bottom: 20px;
}

.mb-0 {
    margin-bottom: 0px;
}